Vector Pen Units
The vector pen units enumeration defines the kind of units used to specify the thickness of a pen table entry, as described in the previous section.
enum { gxDeviceUnits = 0, gxMMUnits = 1, gxInchesUnits = 2 };Constant descriptions
gxDeviceUnits
- The pen thickness is specified in device units.
gxMMUnits
- The pen thickness is specified in millimeters.
gxInchesUnits
- The pen thickness is specified in inches.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help